home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 March
/
PCWorld_2008-03_cd.bin
/
zabezpeceni
/
spyemergency
/
se-setup365.exe
/
{app}
/
SpyEmergency.mof
< prev
next >
Wrap
Text File
|
2007-10-30
|
2KB
|
63 lines
//**************************************************************************
//* File: SpyEmergency.mof
//**************************************************************************
//**************************************************************************
//* This MOF was generated from the "\\.\ROOT\SecurityCenter"
//* namespace on machine "NETGATE".\
//* To compile this MOF on another machine you should edit this pragma.
//**************************************************************************
#pragma autorecover
#pragma namespace("\\\\.\\ROOT\\SecurityCenter")
class AntiSpywareProduct
{
[key, Not_Null] string instanceGuid;
[Not_Null] string displayName;
[Not_Null] boolean productUptoDate;
boolean productEnabled;
boolean productHasNotifiedUser;
boolean productWantsWscNotifications;
uint8 productState;
string companyName;
string versionNumber;
string pathToSignedProductExe;
};
//**************************************************************************
//* Instances of: AntiSpywareProduct
//**************************************************************************
instance of AntiSpywareProduct as $SEAProvider
{
companyName = "NETGATE Technologies s.r.o.";
displayName = "Spy Emergency";
productEnabled = FALSE;
productUptoDate = TRUE;
instanceGuid = "{773EE130-7EFF-422a-B0FB-8A71604A2FF9}";
versionNumber = "2007";
pathToSignedProductExe = "{EXEFILE}";
};
instance of __InstanceProviderRegistration
{
Provider = $SEAProvider;
SupportsPut = "FALSE";
SupportsGet = "TRUE";
SupportsDelete = "FALSE";
SupportsEnumeration = "TRUE";
};
//* EOF SpyEmergency.mof